object SelAssocForm: TSelAssocForm Left = 267 Top = 99 HelpContext = 14063 BorderStyle = bsDialog Caption = 'Select Application' ClientHeight = 372 ClientWidth = 452 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object lAssoc: TLabel Left = 8 Top = 8 Width = 433 Height = 33 AutoSize = False WordWrap = True end object lDesc: TLabel Left = 8 Top = 48 Width = 3 Height = 13 end object lProgram: TLabel Left = 8 Top = 96 Width = 39 Height = 13 Caption = 'Program' end object eDescription: TEdit Left = 8 Top = 64 Width = 433 Height = 21 TabOrder = 0 end object PrgList: TListView Left = 8 Top = 112 Width = 433 Height = 185 Columns = <> ReadOnly = True SmallImages = ImageList SortType = stText TabOrder = 1 ViewStyle = vsList OnChange = PrgListChange OnClick = PrgListClick OnDblClick = PrgListDblClick end object cbAlways: TCheckBox Left = 8 Top = 304 Width = 433 Height = 17 Caption = 'Always open with the chosen program' TabOrder = 2 end object bOK: TButton Left = 88 Top = 336 Width = 83 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 3 end object bCancel: TButton Left = 176 Top = 336 Width = 83 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 4 end object bBrowse: TButton Left = 352 Top = 336 Width = 83 Height = 25 Caption = 'Browse' TabOrder = 5 OnClick = bBrowseClick end object bHelp: TButton Left = 264 Top = 336 Width = 81 Height = 25 Caption = 'Help' TabOrder = 6 OnClick = bHelpClick end object ImageList: TImageList Left = 256 Top = 8 end end